inspector: Remove list model support from the property editor
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Jun 2020 18:22:01 +0000 (14:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 30 Jun 2020 18:22:01 +0000 (14:22 -0400)
commitbbb28196e51d2d8293e9d145a16003b3edd505eb
treebcad4b5b3324592d9cecb00995caa34d15516d4b
parent72d3a9042c107f22f8c638769ecb26c19dc985be
inspector: Remove list model support from the property editor

This makes the inspector lock up when used with any production
size list model, and blocks access to properties of the model
itself. Instead, we'll make the model available as an object
and add a data tab for list model contents, like we already
do for tree models.
gtk/inspector/prop-editor.c